home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / msq22b.zip / MSQ.COL < prev    next >
Text File  |  1993-01-03  |  3KB  |  93 lines

  1. ; ____________________________________________________________________________
  2. ;
  3. ; Msgedsq Colour file.    Copyright (c) 1992, John Dennis. All rights reserved.
  4. ; ____________________________________________________________________________
  5. ;
  6. ;
  7. ; Colours template file (can be in msged.cfg if wanted).
  8. ;
  9. ;  The format is:
  10. ;
  11. ; Color <screen area> <foreground colour> <background colour>
  12. ;
  13. ; Where the colours are:
  14. ;
  15. ;  Foreground         Background
  16. ;
  17. ;    BLACK              _BLACK
  18. ;    BLUE              _BLUE
  19. ;    GREEN              _GREEN
  20. ;    CYAN              _CYAN
  21. ;    RED               _RED
  22. ;    MAGENTA           _MAGENTA
  23. ;    BROWN              _BROWN
  24. ;    LGREY              _LGREY
  25. ;    DGREY              _DGREY
  26. ;    LBLUE              _LBLUE
  27. ;    LGREEN              _LGREEN
  28. ;    LCYAN              _LCYAN
  29. ;    LRED              _LRED
  30. ;    LMAGENTA          _LMAGENTA
  31. ;    YELLOW              _YELLOW
  32. ;    WHITE              _WHITE
  33. ;    INTENSE           _BLINK
  34. ;
  35. ; And the screen areas are:
  36. ;
  37. ; The main window (edit and reader mode).
  38. ;
  39. ; MainNorm               - Normal message text.
  40. ; MainQuote              - Quoted message text.
  41. ; MainKludge             - Kludge/information message text.
  42. ; MainTempl              - Template message text.
  43. ; MainInfo               - Information line (top screen line).
  44. ; MainDivide             - Divider line between header and message text.
  45. ; MainHeader             - The header titles (From: etc).
  46. ; MainHdrTxt             - The header text.
  47. ; MainBlock              - A selected block.
  48. ; MainEdit               - Fields being edited in the header.
  49. ; MainWarn               - Warnings.
  50. ;
  51. ; The AreaSelect menu and the mouse menu.
  52. ;
  53. ; MenuBorder             - The border colour.
  54. ; MenuNorm               - Unselected text.
  55. ; MenuSelect             - Selected text.
  56. ;
  57. ; Help (not implemented).
  58. ;
  59. ; HelpBorder             - Help Border.
  60. ; HelpNorm               - Normal text.
  61. ;
  62. ; Startup screen info box.
  63. ;
  64. ; InfoBorder             - Border colour.
  65. ; InfoNorm               - Normal text colour.
  66. ;
  67. ; Can't remember at the moment.
  68. ;
  69. ; InputBorder
  70. ; InputNorm
  71. ; InputEdit
  72. ;
  73. ; Dialog boxes
  74. ;
  75. ; DlgBorder              - Dialog box borders
  76. ; DlgNorm                - Dialog box window text
  77. ; DlgChNorm              - Dialog checkbox normal colour
  78. ; DlgChSel               - Dialog checkbox selected colour
  79. ; DlgEnNorm              - Dialog entry field selected colour
  80. ; DlgEnSel               - Dialog entry field selected colour
  81. ; DlgButSel              - Dialog button selected colour
  82. ; DlgButNorm             - Dialog button normal colour
  83. ; DlgButShadow           - Dialog button shadow colour
  84. ;
  85.  
  86. Color MainTempl    WHITE _BLACK
  87. ; Color DlgButNorm   BLUE  _CYAN
  88. ; Color DlgButSel    BLUE  _CYAN
  89. ; Color DlgChSel     RED   _LGREY
  90.  
  91. ;
  92. ; End of file.
  93.